func runtime.stackfree

7 uses

	runtime (current package)
		mgcmark.go#L373: 		stackfree(gp.stack)
		proc.go#L2010: 		stackfree(mp.gsignal.stack)
		proc.go#L2311: 					stackfree(freem.g0.stack)
		proc.go#L5474: 		stackfree(gp.stack)
		proc.go#L5535: 			stackfree(gp.stack)
		stack.go#L463: func stackfree(stk stack) {
		stack.go#L1002: 	stackfree(old)